Skip to content

Doc Update: Adding a tip for UEI matching#8355

Merged
marshallmassengill merged 1 commit intoOpenNMS:foundation-2024from
marshallmassengill:event-translator-uei-match-tip
Mar 19, 2026
Merged

Doc Update: Adding a tip for UEI matching#8355
marshallmassengill merged 1 commit intoOpenNMS:foundation-2024from
marshallmassengill:event-translator-uei-match-tip

Conversation

@marshallmassengill
Copy link
Contributor

Adding a tip about multiple matching with UEIs in the event translator. The code that should validate this is here:

private boolean ueiMatches(Event e) {
return e.getUei().equals(m_spec.getUei())
|| m_spec.getUei().endsWith("/")
&& e.getUei().startsWith(m_spec.getUei());
}

Copy link
Contributor

@dino2gnt dino2gnt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sssssssssssssssship it

@marshallmassengill marshallmassengill merged commit 06e3388 into OpenNMS:foundation-2024 Mar 19, 2026
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants